feat: add @superdoc-dev/create package for agent scaffolding - #2533
Merged
caio-pizzol merged 3 commits intoMar 23, 2026
Merged
Conversation
There was a problem hiding this comment.
π‘ Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f3cca611bf
βΉοΈ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with π.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
caio-pizzol
enabled auto-merge (squash)
March 23, 2026 21:28
caio-pizzol
disabled auto-merge
March 23, 2026 21:40
caio-pizzol
force-pushed
the
caio/sd-2258-add-superdoc-init-cli-command-for-agent-scaffolding
branch
from
March 23, 2026 21:51
67982c4 to
4b7162c
Compare
superdoc init command for agent scaffolding SD-2258 (SD-2258)
4 tasks
SD-2258: Standalone interactive setup tool β separate from the document CLI. Detects framework, generates AGENTS.md with tailored code examples, creates CLAUDE.md symlink, installs skills, and prints MCP setup instructions. Supports: React, Next.js (use client), Vue, Nuxt (ClientOnly), Angular, Svelte, vanilla JS. Interactive agent tool selection (Claude Code, Cursor, Windsurf) or non-interactive with -y flag. 19 tests covering framework detection, template generation, and API correctness.
- publishConfig with public access
- .releaserc.cjs following MCP pattern (stable/next channels, Linear
integration, AI release notes)
- release-create.yml workflow: triggers on apps/create/** changes,
builds, tests, then releases via semantic-release
- Tag format: create-v${version}
caio-pizzol
force-pushed
the
caio/sd-2258-add-superdoc-init-cli-command-for-agent-scaffolding
branch
from
March 23, 2026 22:59
2e5392f to
2fa01b9
Compare
caio-pizzol
enabled auto-merge (squash)
March 23, 2026 23:06
caio-pizzol
deleted the
caio/sd-2258-add-superdoc-init-cli-command-for-agent-scaffolding
branch
March 23, 2026 23:23
Contributor
|
π This PR is included in @superdoc-dev/create v0.1.0-next.1 The release is available on GitHub release |
caio-pizzol
added a commit
that referenced
this pull request
Mar 23, 2026
* feat: add @superdoc-dev/create package for agent scaffolding
SD-2258: Standalone interactive setup tool β separate from the
document CLI. Detects framework, generates AGENTS.md with tailored
code examples, creates CLAUDE.md symlink, installs skills, and
prints MCP setup instructions.
Supports: React, Next.js (use client), Vue, Nuxt (ClientOnly),
Angular, Svelte, vanilla JS. Interactive agent tool selection
(Claude Code, Cursor, Windsurf) or non-interactive with -y flag.
19 tests covering framework detection, template generation, and
API correctness.
* chore(create): add semantic release, publish config, and CI workflow
- publishConfig with public access
- .releaserc.cjs following MCP pattern (stable/next channels, Linear
integration, AI release notes)
- release-create.yml workflow: triggers on apps/create/** changes,
builds, tests, then releases via semantic-release
- Tag format: create-v${version}
* chore(create): set version to 0.0.0 β semantic release manages versioning
caio-pizzol
added a commit
that referenced
this pull request
Mar 23, 2026
* fix: relax yjs peer dependency from exact pin to range * ci: trigger release workflows on pnpm-workspace.yaml changes * chore: regenerate lockfile after yjs catalog range change * fix: trigger patch release for yjs peer dependency range change * fix: add comment to yjs catalog entry for clarity * fix: include pnpm-workspace.yaml in semantic-release commit filters * chore(cli): 0.3.1 [skip ci] ## [0.3.1](cli-v0.3.0...cli-v0.3.1) (2026-03-23) ### Bug Fixes * add comment to yjs catalog entry for clarity ([62ae60b](62ae60b)) * include pnpm-workspace.yaml in semantic-release commit filters ([c9f54cc](c9f54cc)) * relax yjs peer dependency from exact pin to range ([45ea510](45ea510)) * fix: retrigger release for yjs peer dependency range change * chore(release): 1.21.1 [skip ci] ## [1.21.1](v1.21.0...v1.21.1) (2026-03-23) ### Bug Fixes * add comment to yjs catalog entry for clarity ([62ae60b](62ae60b)) * include pnpm-workspace.yaml in semantic-release commit filters ([c9f54cc](c9f54cc)) * relax yjs peer dependency from exact pin to range ([45ea510](45ea510)) * retrigger release for yjs peer dependency range change ([4e9fdc0](4e9fdc0)) * fix: retrigger CLI release after push race condition * chore(cli): 0.3.2 [skip ci] ## [0.3.2](cli-v0.3.1...cli-v0.3.2) (2026-03-23) ### Bug Fixes * retrigger CLI release after push race condition ([9e6cf5e](9e6cf5e)) * retrigger release for yjs peer dependency range change ([4e9fdc0](4e9fdc0)) * feat: add @superdoc-dev/create package for agent scaffolding (#2533) * feat: add @superdoc-dev/create package for agent scaffolding SD-2258: Standalone interactive setup tool β separate from the document CLI. Detects framework, generates AGENTS.md with tailored code examples, creates CLAUDE.md symlink, installs skills, and prints MCP setup instructions. Supports: React, Next.js (use client), Vue, Nuxt (ClientOnly), Angular, Svelte, vanilla JS. Interactive agent tool selection (Claude Code, Cursor, Windsurf) or non-interactive with -y flag. 19 tests covering framework detection, template generation, and API correctness. * chore(create): add semantic release, publish config, and CI workflow - publishConfig with public access - .releaserc.cjs following MCP pattern (stable/next channels, Linear integration, AI release notes) - release-create.yml workflow: triggers on apps/create/** changes, builds, tests, then releases via semantic-release - Tag format: create-v${version} * chore(create): set version to 0.0.0 β semantic release manages versioning * fix: resolve merge conflicts for stable β main sync Take CLI version 0.3.2 from stable, keep main's newer lockfile deps (rollup 4.60.0, ajv 8.18.0, openapi-types with patch hash). * fix(create): add semantic-release plugins as devDependencies --------- Co-authored-by: Caio Pizzol <caio@harbourshare.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Caio Pizzol <97641911+caio-pizzol@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New
@superdoc-dev/createpackage. Interactive setup for SuperDoc projects.Detects framework, writes AGENTS.md, installs skills, prints MCP instructions. Separate from the document CLI.
Test plan
cd apps/create && bun test)-y) and--forceoverwrite work